home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 24
/
Aminet 24 (1998)(GTI - Schatztruhe)[!][Apr 1998].iso
/
Aminet
/
dev
/
c
/
cxref_1_4a.lha
/
query
/
smakefile
< prev
Wrap
Makefile
|
1998-02-17
|
606b
|
21 lines
CFLAGS = optimize opttime optinline optschedule nostackcheck debug=line data=faronly
LFLAGS = smallcode noicons
OBJS =\
query.o \
input.o output.o \
/memory.o /slist.o \
/amiga.o
LIBS =\
lib:scmnb.lib lib:scnb.lib lib:amiga.lib
cxref-query : $(OBJS)
slink lib:c.o $(OBJS) to $@.debug lib $(LIBS) $(LFLAGS) addsym \
map $@.map,fhx fwidth 32 pwidth 32 swidth 32 width 100
slink $@.debug to $@ nodebug noicons
query.o : query.c query.h /cxref.h /datatype.h /memory.h
input.o : input.c query.h /cxref.h /datatype.h /memory.h
output.o : output.c query.h /cxref.h /datatype.h /memory.h